home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / scn / hsboxf.h next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  234 b   |  18 lines

  1. #ifndef    _SCN_HSBOXF_H
  2. #define    _SCN_HSBOXF_H
  3.  
  4. #ifndef    _SISCN_H
  5. #    include    <siscn.h>
  6. #endif
  7.  
  8. struct _scnhs_boxf_t
  9. {
  10.     int        x1, y1, x2, y2;
  11.     COLOR_T    col;
  12. };
  13.  
  14. extern void    (*ScnHsBoxfTbl[])(struct _scnhs_boxf_t *);
  15.  
  16.  
  17. #endif
  18.